constructor(components: IAddControlNotificationOptionsComponents) {
    this.actions = components.actions;
    this.messages = components.messages;
    this.notificationLevel = components.notificationLevel;
    this.uniqueId = components.uniqueId;