public ReportCatalogService( IReportingService2005 reportingService2005, string rootPath, ICatalogItemInfoMapper catalogItemInfoMapper) { _catalogItemInfoMapper = catalogItemInfoMapper; _reportingService2005 = reportingService2005; _rootPath = rootPath; }