def ensure!(entity)
      if @settings.map{|x| x.id}.include?(entity.id)
        raise "Setting '#{entity.id}' is taken within '#{@id}'!"
      end