public void CloseShop(Guid cookie, Guid shopGuid) { if (_real != null) { _real.CloseShop(cookie, shopGuid); } }