public BinarySerialization(Stream BaseStream, SerializationOptions Options) { this.BaseStream = BaseStream; this.Options = Options; }