public async Task <IActionResult> Reload() { await _taskDispatcher.ReloadAsync(); return(RedirectToAction("List")); }