/* ==================================================================================== Constructor */ public SyncAD2Portal() { _config = AD2PortalConfiguration.Current; _syncTrees = _config.GetSyncTrees(); _propertyMappings = _config.GetPropertyMappings(); _deletedFromADPath = _config.DeletedFromADPath; }