public DecompressApplicationProcessor(IDataProcessOperation <byte, byte> operation)
 {
     _operation = operation;
 }