if (stream.ReadAsync(buffer, 0, buffer.Length).Wait(5000)) {
The Wait call can throw and AggregateException isn't handled
The Wait call can throw and AggregateException isn't handled