public IObservable <bool> CanPay(Price price) { return(_walletService.CanPay(price.Currency, price.Amount)); }