public void DecimalWordTest(decimal input, string expected) { DefaultConverter.GetDecimalWord(input).Should().Be(expected); }