public ActionResult Index() { _myService.TerrificMethodOne(); ViewBag.myServiceResult = _myService.SayHello(); ViewBag.anotherServiceResult = _anotherService.GuessWhat(); return(View()); }