public GobbleAdapter(IGobbleBehavior gobbleBehavior) { GobbleBehavior = gobbleBehavior; }
public Turkey(IFlyBehavior flyBehavior, IGobbleBehavior gobbleBehavior) { FlyBehavior = flyBehavior; GobbleBehavior = gobbleBehavior; }