Say that I want to use multiple Alpha models, and each requires its own Universe.

Say I configure the Universes differently, for instance they have different sets of Symbols, and Universe 1 might have Resolution Minute and active outside of market hour, while Universe 2 has hourly resolution and 0only fires during Market hours.

I would like to be able to know, inside Alpha's "Update" method, from which Universe the current Slice comes from, so that Alpha model 1 would only act on data coming from Universe 1, and Alpha 2 would only act on data coming from Universe 2. 

Are you aware of any way to find out from which Universe the current Slice comes from?