public bool Transfer(BankAccount from, BankAccount to, CentralBankMoneyTransferSettings centralBankMoneyTransferSettings)
 {
     throw new NotImplementedException();
 }
 public bool Transfer(BankAccount from, BankAccount to, CentralBankMoneyTransferSettings centralBankMoneyTransferSettings)
 {
     return(true);
 }