protected override void Dispose(bool disposing) { if (disposing) { _terminalServer.Dispose(); } base.Dispose(disposing); }