private void _webSocket_OnError(object sender, ErrorEventArgs e)
 {
     this.OnError(e.ToException());
 }