class RailsBand::ActionDispatch::LogSubscriber

def request(event)

def request(event)
  consumer_of(__method__)&.call(Event::Request.new(event))
end