How to combine Find() with AsNoTracking() when making queries to an EF context to prevent the returned object from being tracked. This is what I can\'t
Find()
AsNoTracking()