BaseJob.prototype._publishWsmanCommandResult = function _publishWsmanCommandResult (uuid, command, result) {
        return messenger.publish( Constants.Protocol.Exchanges.Task.Name,
            ['wsman', 'command', command, 'result', uuid].join('.'),
            new Result({ value: result })
        );