factory Tag.fromJson(Map<String, dynamic> json) { return Tag( tagKey: json['TagKey'] as String, tagValue: json['TagValue'] as String, ); }