/// <summary> /// Cancels command execution in asynchronous scenarios. /// </summary> public void CancelAsync() { _sshCommand.CancelAsync(); }