public void Buy(string userId, string itemId, string shopId) { _service.Buy(userId, itemId, shopId); }