public static Task<FileInfo> UnzipAsFileAsync( this Stream stream, string path, bool overwrite = false )
<ExtensionAttribute> Public Shared Function UnzipAsFileAsync ( stream As Stream, path As String, Optional overwrite As Boolean = false ) As Task(Of FileInfo)
public: [ExtensionAttribute] static Task<FileInfo^>^ UnzipAsFileAsync( Stream^ stream, String^ path, bool overwrite = false )
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE