public IActionResult Get() { System.Console.WriteLine($"{FooService.ToString()} in controller"); return(Ok(FooService.GetFoo())); }