public IActionResult ResetAsync() { Console.WriteLine("Reset testing result"); _counterService.ResetAll(); return(Ok()); }