Future<AccessLog> getAccessLog(String entityId) async { return await CardinalSdkPlatformInterface.instance.apis.accessLog.tryAndRecover.getAccessLog( _sdkId, entityId, ); }