public static Task <byte[]> CompressAsync(this SarcData data) { return(Task.Run(() => data.Compress())); }