unsubscribe: handler => {
        if (!this.client) {
          return this._addCache(topic, 'unsubscribe', handler);
        }
        logger.debug(this.name + '/UNSUBSCRIBE to', topic);