public override void WriteChars(char[] buffer, int index, int count)
 {
     InnerWriter.WriteChars(buffer, index, count);
 }