protected function extract($file, $target, FormatInterface $format)
 {
     return $this->method->extract($this->filesPath . $file, $target, $format);
 }