public void EncodeValueTest(string input, string expected, bool encloseInQuotes = false) =>
 Assert.AreEqual(expected, IETFValueEncoding.EncodeValue(input, encloseInQuotes));