setupAndStartTestClientPage();
setServiceInDropDown("testdomain+testconnector+test-service");
@SuppressWarnings("unchecked")
Form<MethodCall> form = (Form<MethodCall>) tester.getComponentFromLastRenderedPage("methodCallForm");
MethodCall modelObject = form.getModelObject();
ServiceId reference = new ServiceId(TestInterface.class, "testdomain+testconnector+test-service");
Assert.assertEquals(reference.toString(), modelObject.getService().toString());
}