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