private Location getLocation() {
   return reader != null ? reader.getLocation() : null;
 }