protected override void OnWrite(byte[] value, TProtocolWriter writer)
 {
     writer.WriteBinary(value);
 }