public int Compute(IEnumerable <T> options)
 {
     return(Aggregation.Compute(options, ValueProvider));
 }