@override Future<List<String>> discoverServices() async { return _services!.map((service) => service.uuid.toString()).toList(); }