I have an app module with main navigation graph and feature module with it's own navigation graph. Feature navigation is included to main navigation graph. So feature fragments and navigation graph knows nothing about app module navigation graph. I need to pop back stack from feature fragment A to fragment B in main graph. What's the best way to achieve this?