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