Compresses a string.
public static byte[]? Compress(string? text)
null if text is null, empty byte[] if text is empty, otherwise the compressed byte array.