public void SubscribeByte(string channel, Action <byte[]> action)
 {
     pubsub.SubscribeByte(channel, action);
 }