public void IsFormatString(string text, bool expected)
 {
     Assert.AreEqual(expected, FormatString.IsFormatString(text));
 }