Check if enum key exists for API keys
bool hasApiKey(String enumKey) { return _apiKeysEnum.containsKey(enumKey); }