protected byte[] OutIO(byte[] blob)
 {
     return((blob == null) ? Prefix : (Prefix?.Any() != true) ? blob : Prefix.Concat(blob).ToArray());
 }