тогда может такое? import std; interface ICoffee { static void get(); } interface ICookie { static void get(); } class Coffee : ICoffee { public static void get() { "Cof...