@Test
 public void testCreateServiceInstance() throws Throwable {
   Service service = factory.createServiceInstance();
   assertThat(service, is(notNullValue()));
   assertThat(service, instanceOf(AvailabilityZoneService.class));
 }