private async Task KickoutAsync(string userPhoneId) { await _sdkService.HostKickoutUser(userPhoneId); }