public ZipperWrapper(string zipPath, string[] filesToZip)
 {
     _zipper = new Zipper.Zipper(zipPath, filesToZip);
 }