public static Task <bool> IsEmpty(this IReadOnlyStream stream) { return(stream.IsEmpty(CancellationToken.None)); }