internal Milestone FromJson(JsonMilestone json) { return(Milestones[json.self_link] = new Milestone(this, json)); }
internal Milestone(Cache cache, JsonMilestone json) => (Cache, Json) = (cache, json);