public void SendPayload(byte[] data, int length)
 {
     _peer.SendPayload(data, (ushort)length);
 }