So specifically i want to extend the provideDashboardContext from DashboardGroup. My app shell has one main sidebar that's always collapsed to icons only state, a top navigation bar, and a contextual sidebar (via dashboardpanel) that is togglable and i feel like the dashboard context would be the right entry point to start tweaking so they are aware of each other's state as needed and can do the yes do x (that's already supported) but also do y (additional custom action) type of thing..