Im trying to start the LibPostalConsole example application without the data argument (because I can't find the data actually), but when it gets to
var response = libpostal.LibpostalParseAddress(query, new LibpostalAddressParserOptions());
The response object is null, and thus throws a nullreference exception in the next line.
What am I doing wrong? Or is it impossible to run without the data files?