cancel(dialogId: string|number){
        this._webClient.sendMessage({
            type:MessageTypeEnum.cancel,
            dialogId
        });