public void Set(int x, int y, Color fgColor, Color bgColor, byte glyph) =>
 _console.Set(x, y, fgColor, bgColor, glyph);