factory UIUpdateAck.fromJson(Map<String, dynamic> json) => UIUpdateAck( version: (json['Version'] as num?)?.toInt() ?? 0, );