Future<Set<String>> decryptPatientIdOf(Topic topic) async { return await CardinalSdkPlatformInterface.instance.apis.topic.decryptPatientIdOf( _sdkId, topic, ); }