@Override
 public void authenticationInProgress(HttpServerMechanismsResponder responder) {
   wrapped.authenticationInProgress(wrap(responder));
 }