private void Peel(Vegetable vegetable) { Console.WriteLine("Peeling!: {0}, {1}", vegetable.Quantity, vegetable.GetType()); }