@inheritDoc @psalm-pure
Overrides UuidFactoryInterface::uuid5
public function uuid5($ns, string $name) : UuidInterface { return $this->uuidFromNsAndName($ns, $name, Uuid::UUID_TYPE_HASH_SHA1, 'sha1'); }