public ConfigurationBool(ConfigurationBool other, Changable father = null) : base(other, father)
 {
 }
 public BoolType(ConfigurationBool father, bool value, bool is_explicit) : base(father, value, is_explicit)
 {
 }