Future<Device> createDevice(Device p) async { return await CardinalSdkPlatformInterface.instance.apis.device.createDevice( _sdkId, p, ); }