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