public ProductXMLRepository(ConfigurationWrapper configurationWrapper, XMLWrapper xmlWrapper)
 {
     _xmlDataProductsFilePath = configurationWrapper.GetSettingValue<string>("XMLDataProductsFilePath");
     _xmlWrapper = xmlWrapper;
 }