public string TryToFly() { return(FlyingStrategy.Fly()); }
public void Fly() { myFlyingStrategy.Fly(this); }