public ResponseComposer(Expression <Func <TQueryType, TReturn> > selector, QueryContext context) { this.selector = selector; this.context = context; }