public static void Trace(Guid protocolId, string protocolName)
        {
            ProtocolServiceRecordSchema extendedData = new ProtocolServiceRecordSchema(protocolName, protocolId);

            TxTraceUtility.Trace(TraceEventType.Information, 0xb000f, Microsoft.Transactions.SR.GetString("ProtocolStarted"), extendedData, null, protocolId, null);
        }
 public static void Trace(Guid protocolId, string protocolName)
 {
     ProtocolServiceRecordSchema extendedData = new ProtocolServiceRecordSchema(protocolName, protocolId);
     TxTraceUtility.Trace(TraceEventType.Information, 0xb000e, Microsoft.Transactions.SR.GetString("ProtocolInitialized"), extendedData, null, protocolId, null);
 }