public IEnumerable <IBaseProperty> GetBaseProperties() { string[] propertyCSV = CSVHelper.ReadCSVFile(_appSettings.PropertyCSVFilePath); return(CSVHelper.MapPropertyCSVToObject(propertyCSV).ToList()); }