public void Setup()
 {
     Generator = new JetGenerator();
 }
 public void SetUp()
 {
     _generator = new JetGenerator();
 }