private void ComputingNext(long expectedSize, int actualReadBytes)
 {
     Assert.Equal(expectedSize, _handle.Guess());
     _handle.Reset(_config.Object);
     _handle.LastBytesRead = actualReadBytes;
     _handle.ReadComplete();
 }