public void OnAccountOverWithdrawn(AccountOverWithdrawn evt)
 {
     evt.Account.Process(new Fee(OverdraftFee));
 }
 public void OnAccountOverWithdrawn(AccountOverWithdrawn evt)
 {
     SendNotification("Account over withdrawn");
 }