public string GetProjectName(int projectId) { ProjectNames.TryGetValue(projectId, out var projectName); return(projectName ?? ""); }