public MappingEngine(ISectionProvider sectionProvider, ITypeFactory typeFactory, IMappingFactory mappingFactory, IStrategyManager strategyManager)
 {
     _sectionProvider = sectionProvider;
     _typeFactory     = typeFactory;
     _mappingFactory  = mappingFactory;
     _strategyManager = strategyManager;
 }