public ComponentGroupsController(ComponentGroupRegistryService componentGroupRegistryService)
 {
     _componentGroupRegistryService = componentGroupRegistryService ?? throw new ArgumentNullException(nameof(componentGroupRegistryService));
 }