public void OnTestFixtureSetUp()
 {
     appHost = new ValidationAppHostHttpListener();
     appHost.Init();
     appHost.Start(ListeningOn);
 }