@override Stream<void> get discoverServiceFailed => _discoverServiceController.stream .where((event) => event.type == NsdEventType.discoveryFailed);