public void DebitAmountAsCr() { var amount = new Amount(_account, EntryType.Debit, 10M); Assert.That(amount.AsCr(), Is.Null); }