public void CheckIfPoppedSocketIsNotInActive() { _pool.Dequeue(); Assert.IsTrue(_pool.Active.Count == _maxSockets - 1); }