/**
  * @param Uuid $aggregateId
  */
 public function __construct(Uuid $aggregateId)
 {
     parent::__construct(sprintf(static::$messageTemplate, $aggregateId->getValue()));
 }