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