eventRegistration = new DefaultPropertyRegistration(outputModel, this);
}
public BindingRegistration to(Object bean, String propertyName)
{
ValueSetter inputModelInterface = new InputModelInterface(bean, propertyName);
return to(inputModelInterface);
}