class RailsBand::ActionController::LogSubscriber
def start_processing(event)
def start_processing(event) consumer_of(__method__)&.call(Event::StartProcessing.new(event)) end
def start_processing(event) consumer_of(__method__)&.call(Event::StartProcessing.new(event)) end