public async void getUser() { try { var status = await tokens.Users.ShowAsync(id => this.UserId); data.userinfo(status, this.UserInfos); } catch (Exception ex) { this.UserInfos.Text = ex.Message; } }