Future<Device?> getDevice(String deviceId) async { return await CardinalSdkPlatformInterface.instance.apis.device.getDevice( _sdkId, deviceId, ); }