public string ConvertCurrencyToWords_WithValidInputs_ReturnsCorrectString(decimal input)
 {
     return(_sut.ConvertCurrencyToWords(input));
 }