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