public bool AddProductToCart(Guid userGuid, Guid shopGuid, Guid productGuid, int quantity) { return(_real == null ? false : _real.AddProductToCart(userGuid, shopGuid, productGuid, quantity)); }