public Task DeleteDeploymentTargetAsync(string projectName, int deploymentGroupId, int machineId) { CheckConnection(); return(_taskAgentClient.DeleteDeploymentTargetAsync(projectName, deploymentGroupId, machineId)); }