public JsonObjectCollection(LocalDB db, string collectionName) { this.db = db; this.collectionName = collectionName; }