protected override async void OnAppearing()
 {
     base.OnAppearing();
     await viewModel.RefreshAsync();
 }