public ITask Pull(string remote, string branch) { var task = GitClient.Pull(remote, branch); return(HookupHandlers(task, true)); }