public ProjectListItem(Project project) : base(project.Id, GetProjectGlyph(project)) { _displayText = project.GetProjectDisplayName(); }