public DefaultProjectionGenerator(IMemberMapper mapper) { this.mapper = mapper; this.processor = new ProjectionProcessor(mapper); }