# File lib/new_relic/agent/commands/agent_command_router.rb, line 58
        def active_xray_command?(commands)
          commands.any? {|command| command.name == 'active_xray_sessions'}
        end