if(result.vendor === 'Dell'){
            return dataFactory(identifier, 'hardware')
            .then(function(hardware) {
                options.hardware = hardware;
            })