Future<String> get serviceStreamName async => (await isProtocolVersionSupported(SemanticVersion(major: 3, minor: 22))) ? 'Service' : '_Service';