@override Future<bool> exists({required String id}) async { final response = await gets(); return isAvailable(path, response.result); }