public static BinaryReader ToBinaryReader(this CFStream stream) => new BinaryReader(stream.ToStream());