Future<Response> get(String path, {Map<String, dynamic>? query}) async { return await _dio.get(path , queryParameters: query); }