public async Task <List <Show> > Get(int page, int count) => await _showsService.List(page, count);