public override void Write(ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value)
 {
     myConsole.Write(foregroundColor, backgroundColor, value);
 }