public OrgTransaction Pay(IReceiver receiver, decimal amount, TransactionReason reason, DateTime time) { return(Payer.Pay(receiver, amount, reason, time)); }