SedReplacePlugin.BufferType

What kind of container to use for sent lines. Now static and hardcoded to a history length of 8 messages.

class SedReplacePlugin
private
alias BufferType = CircularBuffer!(Line, Yes.dynamic, messageMemory)