namespace Nbt.Test; public static class StreamExtensions { public static StreamMark Mark(this Stream stream) => new(stream); }