class Scope
    attr_reader :participant, :scope

    def initialize(participant, scope)
      @participant = participant