public WritableList(List list, IWriteItemMapper <TEntityType> mapper) : base(list, mapper) { this.mapper = mapper; }