checkIcc (icc) {
    const data = this.getCredentials()
    data.icc = icc
    return utils.getStatus(data)
  }