protected FormatHelper(TextTransformation textTransformation)
 {
     textTransformation.ThrowIfNull(() => new ArgumentNullException("textTransformation"));
     _tt = textTransformation;
 }