public BonusReader(BinaryReader reader) { _reader = reader; _entityReader = new NamedEntityReader(reader); }