public void should_normalize_title(string title, string expected)
 {
     MovieTitleNormalizer.Normalize(title, 0).Should().Be(expected);
 }