public void Trash() { Console.Write("You trash the pizza "); ingredient.OnTrash(); }
public void Trash() { Console.Write("You trash the falafel "); ingredient.OnTrash(); }