public static void WriteOutput(string text, Color color) { if (Output == null) { Cache(text, color); return; } Output.WriteOutput(text, color); }