public void TestAnswers()
        {
            var path    = Path.Combine(Path.GetDirectoryName(this.GetType().Assembly.Location), "testdir");
            var wiki    = Dialogflow.Wiki.Core.Wiki.ParseDir(path);
            var destDir = Path.Combine(Path.GetDirectoryName(this.GetType().Assembly.Location), "generated");

            JSONWriter.WriteAnswers(wiki.Intents, destDir);
        }