public IActionResult GetJobs(JobType type, int count, int from = 0) { return(Ok(_cronApiService.GetJobs(type, from, count))); }