if (empty($this->status) || !filter_var($this->status, FILTER_VALIDATE_INT)) {
                $this->status = self::STATUS_ACTIVE;
            }