internal Attachment(Cache cache, JsonAttachment json) => (Cache, Json) = (cache, json);
internal Attachment FromJson(JsonAttachment json) { return(Attachments[json.self_link] = new Attachment(this, json)); }