ZipLibrary: Sometime the ZipArchive throws the NotSupportedException when it is opened from a Stream which does not support the Flush method
In some cases the ZipArchive requires to use the Flush method for its stream. When the stream like the MS.Internal.InternalMemoryStream does not support it then it causes the NotSupportedException.