public static void ToLowerInvariant(string s, string expected) { Assert.Equal(expected, s.ToLowerInvariant()); }