public string Ceiling(decimal number)
 {
     return($"The ceiling of {number} is: {MathConverter.Ceiling(number)}");
 }