subscribeAndUnwrap(to:onNext:onComplete:)
ServiceDiscovery+TypeErased.swift:210@discardableResult @preconcurrency func subscribeAndUnwrap<Service, Instance>(to service: Service, onNext nextResultHandler: @escaping (Result<[Instance], Error>) -> Void, onComplete completionHandler: @escaping (CompletionReason) -> Void = { _ in }) -> CancellationToken where Service : Hashable, Service : Sendable, Instance : Hashable, Instance : Sendable