private static void atTheCafeteria(IEatable worker) { Console.WriteLine("At the Cafeteria"); worker.StartsEat(); worker.StopsEat(); }