public static void atTheCafeteria(IEatable obj) { Console.WriteLine("At the Cafeteria"); obj.StartEating(); obj.StopEating(); }