class ActiveSupport::Notifications::Instrumenter

def unique_id

def unique_id
  SecureRandom.hex(10)
end