public bool AddShopOwner(Guid userGuid, Guid shopGuid, Guid newShopOwnerGuid) { return(_real == null ? false : _real.AddShopOwner(userGuid, shopGuid, newShopOwnerGuid)); }