private void ConnectAndSubscribe(StompConnectClient client)
 {
     client.Connect();
     Subscribe(client);
 }