When walking thru the file currently the bytes for every message are [copied to a new dedicated array](https://github.com/mapbox/vector-tile-cs/blob/f62139a02e47b3e5ce1079eb3011885c44ff95df/src/PbfReader/PbfReader.cs#L69). This was convenient during development but copying all those bytes around shouldn't be in production code.