public AbstractXMLDataMapper(IXmlDataMapperSettings xmlDataMapperSettings)
 {
     this._XmlDataMapperSettings = xmlDataMapperSettings;
 }
 public CarouselUserDataMapper(IXmlDataMapperSettings xmlDataMapperSettings) : base(xmlDataMapperSettings)
 {
 }