private static void Print(Printer printer) { PrinterManager.Print(printer); PrinterManager.Log($"Печатается на {printer.Name}"); }