Future<Topic> createTopic(Topic entity) async { return await CardinalSdkPlatformInterface.instance.apis.topic.tryAndRecover.createTopic( _sdkId, entity, ); }