public Proportion(ProportionType type, float value) : this(type) { _value = value; }
public Proportion(ProportionType type) { _type = type; }