public Validador DeberiaSer(string atributo, Validador validador) { this.validaciones.Add(atributo, validador); return(this); }