public static byte[] Decode(byte[] source, int sourceOffset, int sourceLength, int targetLength) => LZ4Codec.Decode(source, sourceOffset, sourceLength, targetLength);