Future<Set<HexString>> getEncryptionKeysOf(Patient patient) async { return await CardinalSdkPlatformInterface.instance.apis.patient.getEncryptionKeysOf( _sdkId, patient, ); }