public function isPublic() : bool
 {
     return $this->visibility->equalsValue(Visibility::VISIBILITY_PUBLIC);
 }