public GetAccountByIdInteractor(IGetAccountByIdGateway gateway)
 {
     _gateway = gateway;
 }
 public DepositAmountInteractor(IGetAccountByIdGateway getAccountById)
 {
     _getAccountById = getAccountById;
 }