public void TestInitialize()
 {
    Parser = new CommandParser(Command);
    CommandDef = Parser.Parse();
 }