public TcpServerDataReceivedEventArgs(TcpSocketClient client, byte[] data)
     : this(client, data, 0, data.Length)
 {
 }