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