/// <summary>
 /// ImportUsers method implementation
 /// </summary>
 internal static void ImportADDSUsers(string ldappath, bool enable)
 {
     EnsureService();
     RuntimeRepository.ImportADDSUsers(Config, ldappath, enable);
 }