public void ShouldReturnFalse_WhenWarningAmountIsNotBreached() { Account sut = new AccountBuilder().WithBalance(600m); Assert.IsFalse(sut.IsBreachingLowFundsAmount(50m)); }