/// <summary> /// Add a watcher of this Process /// </summary> /// <param name="pid">Id of the Process that will watch this Process</param> public Unit AddWatcher(ProcessId pid) => sys.AddWatcher(pid, Id);