ProfileApiService.prototype.profilesPutLibByName = function (name, body, scope) {
        var self = this;
        return self.FileStreaming(name, body, scope)
            .then (function(data){
                return taskgraphService.profilesPutLibByName(name, data, scope);