public OperationCashDeposit(AccountId accountId, decimal amount) : base(accountId, amount)
 {
 }