public void FinishedStartup()
 {
     if (m_localService != null)
     {
         m_localService.FinishedStartup();
     }
 }