public IActionResult Index() { menuRepository.GetMenusByCache(m => true); menuRepository.GetMenusByCacheAsync(m => true); return(View()); }