serialize: value => {
    if (!isUUID(value)) {
      throw new TypeError(`UUID cannot represent non-UUID value: ${value}`)
    }