/**
  * Flush the Satis persister.
  *
  * @return $this
  */
 public function flush()
 {
     $this->satis->flush();
     return $this;
 }