public void section_with_a_single_comment()
        {
            var section = new Section("Math");

            section.AddComment("some foo");

            Debug.WriteLine(section.ToJson());
        }