private void WhenIWantToBuy(decimal quantity, Currency currency) { quoted = exchangeRate.QuoteWhenIntendingToBuy(quantity); }