Get service by enum key
String? getServiceByEnumKey(String enumKey) { return _servicesEnum[enumKey]; }