/// <summary>
 /// Returns the change by calling the specified Denomination Calculate method
 /// </summary>
 public IEnumerable <string> CalculateChange() => Denomination.CalculateChange(Due, Paid);