I have a long list of includes:
.Include("x")
.Include("y")
.Include("z")
.Include("z.w")
.Include("z.v")
I would like to use this list on three different queries. How can I put these in a list and use that list in all my queries in order to not repeat myself.