public void JobDone(JobProfileElement element)
 {
     this.elements.Add(element);
 }
 public void JobEnqueue(JobProfileElement element)
 {
 }