/**
  * {@inheritdoc}
  */
 public function save($location)
 {
     $this->preGenerate();
     $this->generator->send($location);
 }