Animation Graph Reuse?

Hello guys,

I spent several hours trying to find an answer to this, but I had no luck and here I am, posting here.
Here is the situation. I have two identical sets of animations. One set for unarmed movement (Run, Walk, etc) and another set of animations for armed movement (Armed running, walking, etc). So in my animation graph I have two identical trees (One responsible for the unarmed movement, the other for the armed). I don’t like repeating myself, so it’s really bugging me. In my current case these subtrees are small, but if we had a more complicated case it wouldn’t be cool to have two (or more) complex trees with identical structure, but different animations. So I though that there must be a way to reuse the tree structure. My question is: Can I reuse the structure of the tree and just swap animations accordingly? Something like a template node with replaceable animations. I have attached a screenshot of the graph in question.

Cheers.