I'm creating a repository using the Entity Framework, and the need arose for my entities to communicate with the IdentityUser entity of Identity, but Identity is in a separate layer of my application layer. Is it possible to create two contexts (that of Identity and that of my application) that allow this navigation relationship between objects?