@override Map<String, Object?> toJson() { final data = super.toJson(); data['device_id'] = deviceId; data['algorithms'] = algorithms; return data; }