As the title says the Setup()
method is not invoked on the resolved data mapper when using the DataMapperAttribute
to specify a data mapper directly on a property.
This causes AbstractDataMapper.Configuration
property to never be set, which results in NullReferenceException
s in most cases.