public bool MoveNext() { current = null; if (reader.hasNext()) { _nextIndigoObject = reader.next(); return(true); } return(false); }