Add custom macro into another macro velocity

Hi all,

I have two custom macros, on first I want to use another macro.
I used this helper for rendering another macro from velocity template - $action.getHelper().renderConfluenceMacro(wikiCall)
But the question is, how I can determine macro wiki name and send it into renderConfluenceMacro(wikiCall) method ?
If the second macro config is:

Found solution - need to add additional tag <macro> with the same “name” and the same “class” attributes, which you filled in <xhtml-macro> tag, but “key” attribute should be different.