public ITask DiscardChanges(GitStatusEntry[] gitStatusEntry) => repositoryManager.DiscardChanges(gitStatusEntry);
public ITask DiscardChanges(GitStatusEntry[] gitStatusEntry) { return(repositoryManager.DiscardChanges(gitStatusEntry)); }