public void SimpleRemoveStoreOwner() { ss.addStoreOwner(store.getStoreId(), "zahi", itamar); Assert.AreEqual(ss.removeStoreOwner(store.getStoreId(), "zahi", itamar), 0); Assert.AreEqual(ss.getOwners(store.getStoreId()).Count, 1); }