//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public Object readValue(String input) throws org.neo4j.server.rest.repr.BadInputException public override object ReadValue(string input) { return(InputFormat.readValue(input)); }