public ExistCommunicationManager(UriCache uriCache, ExistClient existClient)
 {
     m_uriCache    = uriCache;
     m_existClient = existClient;
 }