public void RunFoodChain() { _carnivore.Eat(_herbivore); }
public bool FoodChain() { return(carnivore.Eat(herbivore)); }