}
@Test
public void testInvokeReferenceVoidOperation20() throws Exception {
Echo echoComponent = node.getService(Echo.class, "EchoComponentWithReference20");
echoComponent.echoVoid();
}
@Test(expected = Exception.class)
public void testInvokeReferenceException20() throws Exception {
Echo echoComponent = node.getService(Echo.class, "EchoComponentWithReference20");