public Ai(string exePath, ProcessMonitor monitor) { this.exePath = exePath; this.monitor = monitor; }