When I use ObjectFileOperations.DownloadFile with given output stream I get no data on output. I have no problems when I try to get file as byte[].
I think problem is in implementation of ResponseWriter in ObjectFileOperations.DownloadFileAsync method it does not copy given response stream to given output stream.