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