class ActiveJob::QueueAdapters::QueAdapter::JobWrapper

def run(job, *args)

def run(job, *args)
  job.new.perform *Parameters.deserialize(args)
end