public JToken SearchByEmail(string email, string baseDN = "", string[] properties = null) { return(ldap.SearchByEmail(email, baseDN, properties)); }