Future delete() { try { return _completeRequest(_delete()); } catch (e, stacktrace) { return new Future.error(e, stacktrace); } }