if (!isset( $this->Author ) || !$this->Author instanceof User) {
                $this->Author = UserFactory::CreateUser($this->user_id);
            }