factory UIPayload.fromJson(Map<String, dynamic> json) => UIPayload( mimeType: (json['MimeType'] as String?) ?? '', value: json['Value'], );