I have a concurrent dictionary with Ids as keys and tokens as values. There are instances where I will have an Id for which I want to remove tokens, and there are instances where I will have a specific token to remove. What could I call on the dictionary to find the pair with a specified value?
Tokens are unique to Ids.