public void TestAddSection() { var test = new Header(); test.AddSection("foo", "bar"); var result = test.AsJson(); Assert.AreEqual("{\"section\" : {\"foo\" : \"bar\"}}", result); }