public MongoFhirStore(MongoDatabase database) { this.database = database; this.collection = database.GetCollection(Collection.RESOURCE); this.transaction = new MongoTransaction(collection); }