private async void ShowDetailsCommandExecute() { try { task = webUser.GetData(SelectedUser.Id); var tmp = await task; await CoreMethods.PushPopupPageModel <MyPopupPageModel>(tmp); } catch { await Application.Current.MainPage.DisplayAlert("Błąd", "Aplikacja wymaga dostępu do internetu", "Ok"); } }