public ActionResult Index() { _logger.LoggerInfo("Log message in the Index() method"); return(View()); }