As the objects are hidden behind `ObjectResolver`, it is not possible to call object methods which are defined by `ObjectResolver`. Possible solution would be to use some unique method names in the `IValueAdapter` interface (prepend with couple of "_"?)
As the objects are hidden behind
ObjectResolver, it is not possible to call object methods which are defined byObjectResolver.Possible solution would be to use some unique method names in the
IValueAdapterinterface (prepend with couple of "_"?)