public error(message: string, title: string = 'Error!') {
        this.toastyService.error(this.toasterOptions(title, message));
    }