public async getRouter(): Promise<string> {
    const address = await this.contract.router()
    return address
  }