public IActionResult Index() { _service.Call(new List <A> { new A() }, "b", 2); _service.Call2(); return(View()); }