public void WhenAValueIsPassedIntoTheCtor_ThenTheTypeParameterMatches()
 {
     const string expected = PredefinedTextMarkerTags.BraceHighlight;
     var tag = new BraceMatchingTag<object>( expected );
     Assert.Equal( expected, tag.Type );
 }