static Concepts loadConceptsFromZipFile(File zipFile, S path) { // TODO: use stream ret new Concepts().load(gunzipToText(loadBinaryFileFromZip(zipFile, path)); }