public ToffeePacketIterator(ToffeeParticipant receiver, byte[] packet) : this(packet) { Network = receiver.Network; }
public ToffeePacket(ToffeeParticipant sender) : this() { Network = sender.Network; Sender = sender; }