class ValidateUpdateEmailTokenService
    def initialize(token, current_school)
      @token = token
      @current_school = current_school
    end