public static Task<FileInfo> ZipAsFileAsync( this byte[] data, string path, bool overwrite = false )
<ExtensionAttribute> Public Shared Function ZipAsFileAsync ( data As Byte(), path As String, Optional overwrite As Boolean = false ) As Task(Of FileInfo)
public: [ExtensionAttribute] static Task<FileInfo^>^ ZipAsFileAsync( array<unsigned char>^ data, String^ path, bool overwrite = false )
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE