public IActionResult Index() { var key = UrlConverter.GetFirstSegment(Request.Path); SetPageContent(key); return(View()); }