public void TearDown()
 {
     Strategy = null;
 }
 public void Setup()
 {
     Strategy = new FifoDependencyResolver<ITask>();
 }