public async Task <List <ContentDTO> > GetAsync() => (await ContentRepository.All()).Select(x => Mapper.Map <ContentDTO>(x)).ToList();