public success(message: string, title: string = 'Success') {
        this.toastyService.success(this.toasterOptions(title, message));
    }