BasePersona sub-classes are not checking the attribute names. For instance, you can provide any attribute (or even a typo) and won't complain: ```python from sdialog.personas import Persona persona = Persona(asdasd="zxczxc") ``` Won't throw any error...