}
}
@Test
public void testCustomer() {
CustomerRegistry customerRegistry = node.getService(CustomerRegistry.class, "CustomerRegistryComponent");
Customer customer = customerRegistry.find("001");
Assert.assertEquals(customer.getName(), "John Smith");
}