public void unregisterCatalogItem(CatalogItem<?, ?> item) {
   catalogItems.remove(item.getId());
 }