public CompletionData(string text, IList <string> tags)
 {
     Text  = text;
     Image = Icons.Find(tags);
 }