private static DracoonApiCode ParseUnauthorized(OAuthError oAuthError, RequestType requestType)
 {
     return(DracoonApiCode.AUTH_OAUTH_CLIENT_UNAUTHORIZED);
 }