public LambdaExpression CreateAggregator(Type sourceType)
 {
     return(ResultTransformerHelper.CreateAggregator("Single", sourceType));
 }