public async Task <IViewComponentResult> InvokeAsync() { var reports = await _reportServices.GetFeaturedReports(); return(View(reports)); }