void setConfig(ConfigKey key, bool isEnabled, [List<String>? exceptionList]) { _configMap[key] = ConfigItem(key, isEnabled, exceptionList); }