public static SosController execute(this SosController sosController, string commandToExecute, ref string response)
 {
     //"[SosController] ExecuteCommand: {0} \n\n{1}".info(commandToExecute, response);
     response = sosController.ExecuteCommand(commandToExecute);
     return(sosController);
 }