/// <summary> /// Removes the provided break point /// </summary> public void Remove() { _process.RemoveBreakPoint(this); }