Is it possible to use ....QueryMultiple... (or some other method) in Dapper, and use the results of each former query to be used in the where clause of the next query, without having to do each query individually, get the id, and then ....Query... again, ...