/// <summary> /// Releases any resources associated with the instance. /// </summary> public void Dispose() { if (SshProxy == null) { SshProxy.Dispose(); SshProxy = null; } }