public IMongoCursor SetOption(string name, BsonValue value) { return(new MongoCursorProxy(_mongoMongoCursor.SetOption(name, value))); }