internal Card(IJsonCard json, TrelloAuthorization auth) : this(json.Id, auth) { _context.Merge(json); }