public DigestAuthenticationScheme(IDigestAuthenticator digestAuthenticator)
 {
     _digestAuthenticator = digestAuthenticator;
 }
 public DigestAuthenticationScheme(IDigestAuthenticator digestAuthenticator)
 {
     _digestAuthenticator = digestAuthenticator;
 }