class RailsBand::ActiveStorage::LogSubscriber

def analyze(event)

def analyze(event)
  consumer_of(__method__)&.call(Event::Analyze.new(event))
end