ParseResponse method
Implementation
Future<Object> ParseResponse(EwsServiceXmlReader reader) async {
throw new NotImplementedException(
"you must override either this or the 2-parameter version");
}
Future<Object> ParseResponse(EwsServiceXmlReader reader) async {
throw new NotImplementedException(
"you must override either this or the 2-parameter version");
}