/// <exception cref="ArgumentException">
 /// Provided <paramref name="enumerableExpression"/>'s <see cref="Expression.Type"/> is not <see cref="IEnumerable{T}"/>
 /// </exception>
 public EnumerableSelectorAggregateFunctionExpressionBuilder(Expression enumerableExpression, EnumerableSelectorAggregateFunction function)
     : base(enumerableExpression, function)
 {
 }
 /// <exception cref="ArgumentException">
 /// Provided <paramref name="enumerableExpression"/>'s <see cref="Expression.Type"/> is not <see cref="IEnumerable{T}"/>
 /// </exception>
 public EnumerableSelectorAggregateFunctionExpressionBuilder(Expression enumerableExpression, EnumerableSelectorAggregateFunction function)
     : base(enumerableExpression, function)
 {
 }