I have alot of EF Explicit Calls in my code that load data after to avoid EF Cartesian Products (as it slows my queries to a standstill)
var users = await dbC