Service with three methods to compress multiple files into a single zip file.
CompressFromBinaryData: Used to create a single zip file by passing list of files as binary data.
CompressFromDistributedFiles: Used to create a single zip file by passing list of file paths.
CompressFromFolder: Used to create a single zip file by passing path of a folder.