private void Authenticate(object sender, PassportAuthenticationEventArgs e)
 {
 }
 public void FixtureSetUp()
 {
     context = new HttpContext(null);
     paea    = new PassportAuthenticationEventArgs(null, context);
 }