protected function getCacheKey(FixtureSet $fixtures)
 {
     return parent::getCacheKey($fixtures) . '.db';
 }
 public function __construct(DocumentManager $objectManager, StoreInterface $store, MongoDumpBackup $backup)
 {
     parent::__construct($objectManager, $store);
     $this->backup = $backup;
 }