public void SetUp()
 {
     _console = new UnitTestConsole();
     _console.Interface.BufferWidth = 100;
     _console.Interface.WindowWidth = 100;
     _settings = StaticUtilities.GenerateKeyPair();
 }
 public void SetUp()
 {
     _testInstance = new UnitTestConsole("testapp");
 }