Future<List<Market>> getMarkets({bool? isDetails}) { return getMarketsWithClient(apiClient, isDetails: isDetails); }