}
@Test
public void testAddGetRemoveServices() throws URISyntaxException
{
ServiceBuilder sb1 = this.allService.addService( "one", ServiceType.HTTPServer, new URI( "http://server/thredds/httpServer/") );
ServiceBuilder sb2 = this.allService.addService( "two", ServiceType.HTTP, new URI( "http://server/thredds/two/") );
assertCompoundServiceAsExpected( 2 );
assertEquals( sb1, this.allService.getServiceBuilderByName( "one" ));
assertEquals( sb2, this.allService.getServiceBuilderByName( "two" ));