protected virtual async void OnArticleSelected(Article article) { Loading = true; await VmService.HandleSelection(article); Loading = false; }