We should add a PacketConverter.ConvertPacketAsync(string filename, IPacketConverterOptions options) method that returns an ConvertResult. This should make it easier to use the API for most use-cases, since we only need the IEnumerable because of the zip file support.
We should also consider adding ConvertPacketsAsync version that takes a filename, and a ConvertPacketAsync version that takes in a Stream.
We should add a PacketConverter.ConvertPacketAsync(string filename, IPacketConverterOptions options) method that returns an ConvertResult. This should make it easier to use the API for most use-cases, since we only need the IEnumerable because of the zip file support.
We should also consider adding ConvertPacketsAsync version that takes a filename, and a ConvertPacketAsync version that takes in a Stream.