let totalSessionsVis = yield at(esClient.get({
        index: gameIndex.index,
        type: 'visualization',
        id: 'TotalSessionPlayers-Cmn'
    })).catch(function (notFound) {