public RootMapperMappingPlanFunction(IObjectMapper mapper)
 {
     _mapperData = mapper.MapperData;
     _mapping    = mapper.GetMappingLambda();
 }