def test_pause_job(job_id): JobService.pause_job(job_id)
def pause_job(self, job_id): return JobService.pause_job(job_id)