public void Collapse_Throws_WithWrongValue(int val)
        {
            var sp = new StateSpace();

            sp.CollapseTo(val);
        }