mockService);
Method method = SimpleFederatedService.class.getDeclaredMethod(
"getValueForValueBean", EntityIdTestBean.class);
EntityIdTestBean value = new EntityIdTestBean("agency_entity");
Object[] args = {value};
FederatedServiceMethodInvocationHandler handler = new FederatedByEntityIdMethodInvocationHandlerImpl(
method, 0, "id");
handler.invoke(mockCollection, method, args);