public SpecialBonusWriter(BinaryWriter writer) { _writer = writer; _entityWriter = new NamedEntityWriter(writer); }