protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return (AuthenticationResponse)SignInIdP(req);
 }
 protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return((AuthenticationResponse)SignInIdP(req));
 }