public static StreamWriter Write([NotNull] this StreamWriter thisValue, DictionaryEntry pair, [NotNull] string format)
 {
     thisValue.Write(pair.Format(format));
     return(thisValue);
 }