Future<PublicKey> getPublicKey(String healthcarePartyId) async { return await CardinalSdkPlatformInterface.instance.apis.healthcareParty.getPublicKey( _sdkId, healthcarePartyId, ); }