public void EscapeSqlIdentifiers(string input, string expected) { Assert.Equal(expected, SqlIdentifier.Escape(input)); }