public void RefetchSearchSpaceData_EmptyClassData_Failure()
        {
            Reset();
            SearchSpace oSpace = new SearchSpace(_mockServer);
            var         res    = oSpace.RefetchSearchSpaceData();

            Assert.IsFalse(res.Success, "Calling RefetchSearchSpaceData from empty class instance should fail");
        }