protected override async void OnAppearing() { base.OnAppearing(); await CrossMedia.Current.Initialize(); _vm.RefreshData(); }