public void FixtureSetup()
 {
     _app   = WebApp.Start <ConfigurationServiceApplication>(baseUri);
     client = new TestWebClient();
 }