internal AirtableBase(AirtableClient client, string baseId) { this.client = client; this.baseId = baseId; }