static List<String> getActiveServiceTypes() { return _activeServices.map((s) => s.runtimeType.toString()).toList(); }