public virtual void SetValue(Value value) { this.value = value; }
public Container(Value value) { this.SetValue(value); }