public DafnyHelper(string[] args, string fname, string source) { this.args = args; this.fname = fname; this.source = source; this.reporter = new Dafny.ConsoleErrorReporter(); }