CounterTrace

constructor(theCounter: CounterCIfc, pathToFile: Path = (theCounter as Response).myModel.outputDirectory.outDir.resolve( theCounter.name.replace(':', '_') + "_Trace"))
constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve( theCounter.name.replace(':', '_') + "_Trace"))