public override bool CanBeConvertedToFieldPath()
 {
     return(HasSafeFieldName(out _) && _input.CanBeConvertedToFieldPath());
 }