public static string GetMail(this LdapEntry entry) => entry.GetStringValue("mail");
 public static string GetSubjectId(this LdapEntry entry) => entry.GetStringValue("sAMAccountName");
 public static string GetName(this LdapEntry entry) => entry.GetStringValue("name");