public function selectProperties($names) { $this->properties = $this->properties->select(new Set($names)); return $this; }