addListItemsIfNotExistByIdentifier: function (identifier, values, signs) {
            var self = this;
            return this.needByIdentifier(identifier).then(function (record) {
                return self.addListItemsIfNotExistById(record.id, values, signs);
            });