{
            try
            {
                ZipFile.ExtractToDirectory(pathFrom, pathTo, true);
                return true;