class Scope < Scope
    def resolve
      return authenticated_scope if user
      unauthenticated_scope
    end