public void should_return_default_description_of_option()
        {
            var description = _optionConvention.GetDescription(typeof(Options).GetField("Option1"));

            description.Name.ShouldEqual("Option1");
            description.Comments.ShouldBeNull();
        }