public void TestHidden() { var options = IndexOptions <TestClass> .SetHidden(true); options.ToBsonDocument().Should().Be("{ hidden : true }"); }