private void RecreateChannel()
 {
     m_channel = m_channelFactory.CreateChannel();
 }
 protected void InitializeProxy()
 {
     m_pipeProxy = new RuntimeTraceClient();
 }