public void Run() { _carnivore.Eat(_herbivore); }
public void RunFoodChain() { _carnivore.Eat(_herbivore); }