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