public async Task <DeploymentDetail> Get(int id, string deployId) { return(await repository.GetDeploymentDetail(id, deployId)); }