protected override string InnerTranslate()
 {
     return($"{Condition.Translate()} ? {WhenTrue.Translate()} : {WhenFalse.Translate()}");
 }