public override void WriteBinHex(byte[] buffer, int index, int count)
 {
     CheckAsync();
     CoreWriter.WriteBinHex(buffer, index, count);
 }