My add-in downloads zipped GeoJSON files and imports them with JSON to Features. It would be handy to be able to pass a Stream (System.IO.Compression.ZipArchiveEntry.Open()) to the archived file instead of extracting the file to disk before importing. Is this possible at all?