public void CanCallAmounts() { var result = _testClass.Amounts(); result.Should().HaveCountGreaterThan(0); }