}
try {
getSarosNet().uninitialize();
// Remove UPnP port mapping for Saros
UPnPManager upnpManager = sarosContext
.getComponent(UPnPManager.class);
if (upnpManager.isMapped())
upnpManager.removeSarosPortMapping();
/**
* This will cause dispose() to be called on all components managed
* by PicoContainer which implement {@link Disposable}.
*/