public void Initialize() { Proxy = new Proxy(10011); Proxy.DeleteAll(); var all = Proxy.GetAll(); Assert.AreEqual(0, all.Count); }