///// <summary>
 ///// Indicate to the host application that exit has
 ///// been requested. Pass the exit code that the host
 ///// application should use when exiting the process.
 ///// </summary>
 ///// <param name="exitCode"></param>
 //public void SetShouldExit(int exitCode)
 //{
 //    Write("We should EXIT now with exit code " + exitCode);
 //    //program.ShouldExit = true;
 //    //program.ExitCode = exitCode;
 //}
 public override string ReadLine()
 {
     return(myConsole.ReadLine());
 }