Is there any alternative to this:
Organizations.Include(\"Assets\").Where(o => o.Id == id).Single()
I would like to see something like:<
See 'Say goodbye to the hardcoded ObjectQuery(T).Include calls'.