FiltersViewModel.prototype.areNamespacesEffectivelyInverted = function () {
    return this.getNamespacesInvertModel().isSelected() &&
        this.findSelectedItems().some( function ( itemModel ) {
            return itemModel.getGroupModel().getName() === 'namespace';
        } );