public void AppendTo(StringBuilder sb)
 {
     _formatter.AppendTo(sb, _args);
 }