async renewAllSubscriptions () {
    const self = this
    const renew = function (sid) {
      return self.renewSubscription(sid)
    }