public double GetResult([FromRoute] int id)
 {
     return(_calculationService.GetResult(id));
 }