suspend fun getLiveDoubts(offSet: Int): ResultWrapper<Response<JSONAPIDocument<List<Doubts>>>> {
        return safeApiCall { CBOnlineLib.onlineV2JsonApi.getLiveDoubts(offset = offSet) }
    }