public void Insert(string database, string collection, BsonDocument document) { _insertQueue.Enqueue((database, collection, document)); }