void ws_OnClose(object sender, CloseEventArgs e)
 {
     UpdateListBox(" ws_OnClose says: " + e.ToString());
     ConnectStomp();
 }