public bool TryToAddBookToBasket(Guid promoCode, int bookId) { return(_userContract.TryToAddBookToBasket(promoCode, bookId)); }