public static ImmutableArray <byte> ToImmutable(this MemoryStream stream)
 => ImmutableArrayExtensions.ToImmutable(stream);