public JobInfo GetJobInfo(string storeId, string jobId) { return(_jobQueue.GetJob(storeId, jobId)); }