public IEnumerable <int> Compute(int maxValue)
 {
     return(service.ComputeFor(maxValue));
 }