void Run(bool clearConsole = true)
 {
     RunWithoutBackgroundDispatch(clearConsole);
     runner.ExecuteBackgroundDispatch();
 }
 void Run()
 {
     RunWithoutBackgroundDispatch();
     runner.ExecuteBackgroundDispatch();
 }