Check if a module is registered
bool isRegistered(String moduleId) => _modules.any((m) => m.id == moduleId);