private async void Button_Click(object sender, RoutedEventArgs e) { var c = await AuthClient.FetchAsync(); c.WeChatAuth(this.Frame); }