public async Task <ActionResult> DeleteJobAsync(string id) { await _jobManagementService.DeleteJobAsync(id); return(Ok()); }