public bool AddHttpJob(JobParamHttpModel job)
 {
     return(_jobStore.AddHttpJob(job));
 }