Parsing of the results returned by the interface.
Map<String, dynamic> parseResponse(String response) { return jsonDecode(response); }