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