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