class ActiveSupport::Notifications::Fanout::EventObjectGroup

def build_event(name, id, payload)

def build_event(name, id, payload)
  ActiveSupport::Notifications::Event.new name, nil, nil, id, payload
end