public PivotLevel Execute() { if (ValuesList.Count == 0) { throw new NotSupportedException("At least an aggregation value must be specified"); } return(_client.ComputePivot(Query, AxisList, ValuesList)); }