class Aruba::EventBus::NameResolver::SymbolResolver

def match?(event_id)

def match?(event_id)
  event_id.is_a? Symbol
end