I'm trying to get the groups from Active Directory that a user belongs to by creating a WindowsPrincipal object and then calling IsInRole() on it. However, as soon as try to create the WindowsPrincipal object like so:I'm trying to get the groups from Active Direct