public void Setup()
 {
     _strategy = new FastStrategy();
 }
 public void Setup()
 {
     _strategy = new SlowStrategy();
 }