@Test
 public void testCreateServiceInstance() throws Throwable {
   Service service = factoryService.createServiceInstance();
   assertThat(service, instanceOf(VmDeprovisionTaskService.class));
 }