async put(): Promise<CID> {
    const { cid } = await this.putDetailed()
    return cid
  }