public static void Deploy(this IDeploymentServiceManagement proxy, string commitId)
 {
     proxy.EndDeploy(proxy.BeginDeploy(commitId, null, null));
 }