public async getOwner(): Promise<string> {
    const owner = await this.contract.owner()
    return owner
  }