public function close($force = false)
 {
     $this->out->close();
     $this->err->close();
     parent::close();
 }