public void KnowsWhenItsWorking()
 {
     worker.work(0, (Job Job) => { Assert.That(worker.IsWorking(), Is.True); return(true); });
 }