public bool TryRemoveBinding(IEmote emote)
 {
     return(EmoteToRoleBindings.Remove(emote));
 }