public string TryToFly() { return(flyType.fly()); }
public string tryToFly() { return(flyingType.fly()); }