factory TestAttachment.fromJson(Map<String, dynamic> json) { return TestAttachment(id: json['attachment_id']); }