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