Decodes a hex-encoded SSH packet.
[VB.NET] Public Function DecodePacketAsync(ByVal EncodedPacket As String) As Task<IList<byte>>
[C#] public Task<IList<byte>> DecodePacketAsync(string encodedPacket);