private void WhenAddToWallet(Currency currency, int amount) { _walletService.Add(currency, amount).Subscribe(); }