container.Configure(x => x.For<CatalogItemChangeHandlerBase>().Use<CustomCatalogItemChangeManager>());
container.Configure(x => x.For<CatalogItemChangeManager>().Use<CustomCatalogItemChangeManager>());