constructor(components: IConfirmStringsComponents) {
    this.cancelButtonLabel = components.cancelButtonLabel;
    this.confirmButtonLabel = components.confirmButtonLabel;
    this.subtitle = components.subtitle;
    this.title = components.title;