public bool MoveNext() { if (_shaper.StoreRead()) { _shaper.ReadNextElement(); return(true); } return(false); }