This message was deleted.
# dotnet
s
This message was deleted.
f
Of course, as soon as I post about a problem I've been grappling with, I figure out a solution (of sorts):
Copy code
Rights = new InputList<Union<string, AccessRights>>
{
    AccessRights.Listen
}
This works correctly. However, it's rather unintuitive, and at the least, shows the docs are in need of a correction