public function addFault(Fault $fault)
 {
     $this->faults[$fault->getName()] = $fault;
     return $this;
 }