Method that must be implemented to combine two elements of the Semigroup.
@override double concat(double first, double second) => first + second;