public function add(ContactFormSpamProtector $spam)
 {
     $spam->setContainer($this);
     $this->components->push($spam);
     return $this;
 }