I'd like my plugin to check and see if specific commands are present in any of the current referenced profiles, and to execute (by name) specific commands if they are present within the current referenced profiles (including global and child profiles, not just the current active profile).
The `vaProxy.CommandExists(commandName)` method seems to only return commands from the top-most active profile. And the `vaProxy.ExecuteCommand(commandName)` method seems to only execute commands if they are present in the top-most active profile.
How can I check if a command is referenced in a child or global profile and then execute that command if it exists?