public async Task<List<TopUser>> getTopUsers() { RestTools rtop = new RestTools(); return await rtop.getTopUsers(); }