public IActionResult Index()
 {
     return(PartialView("~/Areas/Fragments/Index.cshtml", _actionDescriptorsProvider.ToFragments()));
 }