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