constructor(components: IOptionMetadataComponents) {
    this.Value = components.Value;
    this.Color = components.Color;
    this.IsManaged = components.IsManaged;
    this.ExternalValue = components.ExternalValue;