Future<Topic?> getTopic(String entityId) async { return await CardinalSdkPlatformInterface.instance.apis.topic.tryAndRecover.getTopic( _sdkId, entityId, ); }