public function pushTo(PropertyContainer $container)
 {
     $property = $this->build();
     $container->push($property);
     return $this;
 }