module ActiveJob::Execution

def perform(*)

def perform(*)
  fail NotImplementedError
end