public BitfinexPublicHandler(BitfinexClientStreams streams, BitfinexChannelList channelIdToHandler)
 {
     _streams            = streams;
     _channelIdToHandler = channelIdToHandler;
 }
        public BitfinexAuthenticatedHandler(BitfinexClientStreams streams, BitfinexChannelList channelIdToHandler)
        {
            _streams = streams;

            channelIdToHandler[0] = HandleAccountInfo;
        }