/**
  * @param bool|BooleanInterface $enumValue
  * @throws \Doctrineum\Scalar\Exceptions\UnexpectedValueToEnum
  */
 protected function __construct($enumValue)
 {
     parent::__construct($enumValue);
     $this->noticeChange();
 }