private void webSocket_OnError(object sender, ErrorEventArgs e)
 {
     notificador.NotificarErrorEnConexion();
     timer.Start();
 }