if (RequestPermissionsManager.ReadWriteStoragePermission() == true) {
                try {
                    ZipFile.ExtractToDirectory(pathFrom, pathTo, true);
                    return true;
                } catch (Exception ex) {