public override void Kill()
        {
            this.ThrowIfDisposed();

            ProcessHelper.TryKillProcess(this.process);
        }