private async void LiveLogin()
        {
            var service = new LiveOAuth2Service(new OAuth2Initializer(), liveClient);

            await this.HandleLogin(service);
        }
 private async void LiveLogin()
 {
     var service = new LiveOAuth2Service(new OAuth2Initializer(), liveClient);
     await this.HandleLogin(service);
 }