public bool EditProductInShop(Guid userGuid, Guid shopGuid, Guid productGuid, double newPrice, int newQuantity) { return(_real == null ? false : _real.EditProductInShop(userGuid, shopGuid, productGuid, newPrice, newQuantity)); }