public override long Position() { return(_actual.position()); }
public override long Position() { return(_previousPosition + _current.position()); }