// Token: 0x0600061F RID: 1567 RVA: 0x000212C4 File Offset: 0x0001F4C4
        public override ITenantConfigurationSession CreateTenantConfigurationSession(string domainController, bool readOnly, ConsistencyMode consistencyMode, NetworkCredential networkCredential, ADSessionSettings sessionSettings, ConfigScopes configScope, int callerFileLine, string memberName, string callerFilePath)
        {
            ADTenantConfigurationSession adtenantConfigurationSession = new ADTenantConfigurationSession(domainController, readOnly, consistencyMode, networkCredential, sessionSettings, configScope);

            adtenantConfigurationSession.SetCallerInfo(callerFilePath, memberName, callerFileLine);
            return(adtenantConfigurationSession);
        }
        // Token: 0x0600061D RID: 1565 RVA: 0x00021278 File Offset: 0x0001F478
        public override ITenantConfigurationSession CreateTenantConfigurationSession(bool readOnly, ConsistencyMode consistencyMode, ADSessionSettings sessionSettings, int callerFileLine, string memberName, string callerFilePath)
        {
            ADTenantConfigurationSession adtenantConfigurationSession = new ADTenantConfigurationSession(readOnly, consistencyMode, sessionSettings);

            adtenantConfigurationSession.SetCallerInfo(callerFilePath, memberName, callerFileLine);
            return(adtenantConfigurationSession);
        }