public static LogEntry GetDeploymentLog(this IDeploymentServiceManagement proxy, string commitId, string logId)
 {
     return(proxy.EndGetDeploymentLog(proxy.BeginGetDeploymentLog(commitId, logId, null, null)));
 }