public static SosController attach(this SosController sosController, int processId)
        {
            "[SosController] attaching to process with ID: {0}".info(processId);
            sosController.loadSettings();
            sosController.AttachToProcess(processId.str());

            sosController.loadSoS();
            return(sosController);
        }