/**
  * 
  * @param string $name
  * 
  * @return fpErrorNotifierMessage
  */
 public function removeSection($name)
 {
     return $this->message->removeSection($name);
 }