public void Run()
        {
            AddHostToPoolCommandTest tester = new AddHostToPoolCommandTest();

            tester.TestAddGeorgeHostToMidnightRidePool();
        }
 public void Run()
 {
     AddHostToPoolCommandTest tester = new AddHostToPoolCommandTest();
     tester.TestAddGeorgeHostToMidnightRidePool();
 }