public CompletionStepLookupItem(string text, string typeText, bool isDynamic = false)
     : base(isDynamic)
 {
     DisplayTypeName = LookupUtil.FormatTypeString(typeText);
     Text            = text;
 }