public void ViewGitItem(string fileName, string guid) { ViewItem(fileName, () => GetImage(fileName, guid), () => GitCommandHelpers.GetFileText(guid)); }