public static byte[] Decompress(this byte[] self, int uncompressedSize) { return(ZLib.Uncompress(self, uncompressedSize)); }