public AuthResponse GetStatus(string stateToken)
 {
     return(_authclient.GetStatus(stateToken));
 }