public void Teardown()
 {
     Factory = null;
 }
 public void Setup()
 {
     Factory = new TaskProcessorFactory<ITask>();
 }