module Autoloaded
  InstanceStruct = ::Struct.new(nil)
  class InstanceStruct
    def perform; end
  end
end
