public void DoSubscribeNotifications(object s, EventArgs e)
 {
     Log("Subscribing with notifications...");
     client.SubscribeWithNotifications(Channel, true, OnMessage);
 }