public async Task <IEnumerable <ShowItem> > GetAllShowsAsync() { return(await _showRepository.GetAllAsync()); }