Future<T> get<T>(IReturn<T> request, {Map<String, dynamic>? args}) { return send<T>(request, method: "GET", args: args); }