public bool DomainExists(string source)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     return api.DomainExists(source);
 }