protected function buildViolation(string|\Stringable $message) : ConstraintViolationAssertion { return new ConstraintViolationAssertion($this->context, $message, $this->constraint); }