async cancelAllSubscriptions () {
    const self = this
    const cancel = function (s) {
      return self.cancelSubscription(s)
    }