public bool AddAssemblyJob(JobParamAssemblyModel job)
 {
     return(_jobStore.AddAssemblyJob(job));
 }