public IActionResult TestDI() { ViewBag.GetResult = _first.GetString(); ViewBag.PostResult = _first.PostString(); return(View()); }