public static new string GetRequestUrl(string clientId, string scope, string callbackUrl)
 {
     return(GoogleClient.GetRequestUrl(clientId, scope, callbackUrl));
 }