join(key?: string): void {
    const wc = wcs.get(this)
    if (wc) {
      return wc.join(key)
    }