public void SetUp()
 {
     _authenticateResult = AuthenticateResult.NoAuthenticationPerformed();
 }
 public void SetUp()
 {
     _failedResponse = Response.OK();
     _authenticateResult = AuthenticateResult.AuthenticationFailed(_failedResponse);
 }