protected virtual void OnClearHistoryExecute() { if (!HistoryItems.IsNullOrEmpty()) { HistoryItems = new ObservableCollection <IHistorySearchItemVM>(); Task.Run(VmService.ClearHistory); } }