factory RegisterDeviceResponse.fromJson(Map<String, dynamic> json) { return RegisterDeviceResponse( deviceId: json['DeviceId'] as String?, ); }