class RailsBand::ActionCable::LogSubscriber

def perform_action(event)

def perform_action(event)
  consumer_of(__method__)&.call(Event::PerformAction.new(event))
end