void DrawPixels(int x, int y, int width, int height) { _console.Invoker.Add(() => _display.DrawPixels(x, y, width, height, _display.GetFontColor())); }