public void RemoveValue() { IStore AppStore = new MockStore(); string key = "Theme"; AppStore.RemoveValue(key); Assert.IsTrue(AppStore.GetValue(key) == null); }