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