public ActionResult About() { ViewBag.RepoMessage = _homeRepository.GetAboutMessage(); ViewBag.Message = $"This time updates on each refresh showing the Transient nature of the controller: {DateTime.Now.ToLongTimeString()}."; return(View()); }