public void PrintColor(int x, int y, string str, Color fgColor = default, Color bgColor = default) => _console.PrintColor(x, y, str, fgColor, bgColor);