constructor ({ authId, authToken }: Object) {
    this.authId = authId
    this.apiKey = Buffer.from(`${authId}:${authToken}`).toString('base64')
  }