var deferred = taskProtocol.subscribeIpmiCommandResult(uuid, command, function(data) {
            if (data && data.password) {
                data.password = encryption.decrypt(data.password);
            }
            callback.call(self, data);