Multi Get multi POCOs

My bucket contains documents of many types.
I want to batch read many docs at the same time using bucket.Get(Keys) for obvious reasons.
But if my keys are of docs from different POCOs, how can I cast the result to each class correspondingly ?

Itay