protected string GetSelectionsOutput() { return(ShowXml ? Selections.ToXmlString() : Selections.GetHumanReadable(Store)); }