module ActiveSupport::Notifications

def instrumenter

def instrumenter
  registry[notifier] ||= Instrumenter.new(notifier)
end