public void TheSpecIs(string text)
        {
            Specification = TextParser.Parse(text);



            Executor = StepthroughExecutor.Start(new GrammarSystem(), Specification, this, this, TestingContext.Library);
        }