public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator)
 {
     _formsAuthentication = formsAuthentication;
     _authenticator = authenticator;
 }
 public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator)
 {
     _formsAuthentication = formsAuthentication;
     _authenticator       = authenticator;
 }