protected async override void OnAppearing() { base.OnAppearing(); await Task.Run(async() => await _viewModel.GetData()); }