public void PushColor(Color color) { _colorStack.Push(color); }
public ConsoleLine(string text, Color color) { _text = text; _color = color; }