Just as one can read the results of a Query into a projection via:
UOW.Project(query)
it would be cool if we could read the results of a ProcedureQuery into a custom structure via:
UOW.Project(procedureQuery)