public double GetCartPrice(Guid userGuid, Guid shopGuid) { return(_real == null ? -1 : _real.GetCartPrice(userGuid, shopGuid)); }