public void SendMsg(byte[] bytes)
 {
     _client.SendMsg(bytes);
 }