public Wallet CreditWallet(Wallet wallet) { throw new NotImplementedException(); }
public Wallet DebitFromWallet(Wallet wallet) { throw new NotImplementedException(); }
public Wallet ConfigureWallet(Wallet wallet) { throw new NotImplementedException(); }