Check if enum key exists for services
bool hasService(String enumKey) { return _servicesEnum.containsKey(enumKey); }