public void ShouldReturnSameName(string input, string expected)
 {
     TagHelper.CleanseTagName(input).Should().Be(expected);
 }