44454647484950515253
} } @Test public void testConversationId() { ConversationIdService service = domain.getService(ConversationIdService.class, "ConversationIdComponent"); Assert.assertNotNull(service.getCIDField()); Assert.assertNotNull(service.getCIDSetter()); }