public StaticSuffix(StaticSuffixGetDlg <TReturn> getter, string description = "") : base(description)
 {
     this.getter = getter;
 }