[Concern("Funds transfer")] public class when_transferring_between_two_accounts { [Observation] public void should_debit_the_from_account_by_the_amount_transferred() { } [Observation] public void should_credit_the_to_account_by_the_amount_transferred() { } }