private async void GoogleLogin()
        {
            var service = new GoogleOAuth2Service(new OAuth2Initializer(), googleClient);

            await this.HandleLogin(service);
        }
 private async void GoogleLogin()
 {
     var service = new GoogleOAuth2Service(new OAuth2Initializer(), googleClient);
     await this.HandleLogin(service);
 }