public function addBuilder(BuilderInterface $builder, $alias)
 {
     $this->builders->set($alias, $builder);
     return $this;
 }