public ConsoleLoggerMiddleware(Printer printer, IColor color) { this.printer = printer; this.Color = color; }