protected override void OnAppearing() { try { _viewModel.LoadSessionsAsync(_day); } catch (Exception) { throw; } base.OnAppearing(); }