public static List <LogEntry> GetDeploymentLogs(this IDeploymentServiceManagement proxy, string commitId)
 {
     return(proxy.EndGetDeploymentLogs(proxy.BeginGetDeploymentLogs(commitId, null, null)));
 }