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