public bool ModifyUserAttribute(DirectoryAttributeOperation operationType, ILdapUser user, string attributeName,
                                 string attributeValue)
 {
     _ldapCurrentState = _manageLdapUser.ModifyUserAttribute(operationType, user, attributeName, attributeValue);
     return(LdapStateUtils.ToBoolean(_ldapCurrentState));
 }