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