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