def test_start_job(job_id): JobService.start_job(job_id)
def start_job(self, job_id): return JobService.start_job(job_id)