public Stats(IFilePather pather) { this.pather = pather; isRecording = false; records = new List<Record>(); beginning = DateTime.Now; }
public TaskManager(IFilePather pather) { _pather = pather; }