public bool ResumeJob(string jobName, string jobGroupName) { return(_jobStore.ResumeJob(jobName, jobGroupName)); }