Future<bool> deleteAsync(String uri) async { var response = await clientService.deleteAsync(uri); return response.statusCode == 200; }