public static void NormalizeLanguage_Valid_Success(string input, string expected) { Assert.Equal(expected, TmdbUtils.NormalizeLanguage(input)); }