public void RefreshGlobalProfileVariablesShould_AddOrUpdatePrivateIpAddressVar()
 {
     m_Manager.GlobalProfileVariables.Clear();
     Assert.IsEmpty(m_Manager.GlobalProfileVariables);
     m_Manager.RefreshGlobalProfileVariables();
     Assert.IsNotEmpty(m_Manager.GlobalProfileVariables);
 }