public TraceAnalyzer(bool isInternal, bool allEndpoints) { m_data = new ServiceCallData(allEndpoints); m_rulesEngine = new RulesEngine(isInternal); }