Future<Place> createPlace(Place place) async { return await CardinalSdkPlatformInterface.instance.apis.place.createPlace( _sdkId, place, ); }