public IActionResult StaticJobCall() { BackgroundJob.Enqueue(() => StaticService.Count()); return(Ok()); }