static void MakeFly(IFlyer flyer) { flyer.Fly(); }
private static void DoFly(IFlyer flyer) { flyer.Fly(); }