Public IActionResult DoStuff()
 {
     runner.AddTask(() => { Stuff(); });
     return(Ok());
 }