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