CuiButton ConsoleCommand parent?

Hello!

I'm trying to figure out a way to get either the original button name or it's parent's name in the custom ConsoleCommand method. Is there a way to do so? For example, in a method below I would need to find CuiElement.Name or CuiElement.Parent

        [ConsoleCommand("subtractitem")]
        void SubtractItem(ConsoleSystem.Arg args, BasePlayer player)
        {
            return;
        }

You'd need to keep track of your element names, you set the names of your cui elements manually