public async Task Handle(RenewAccountSessionSuccessDomainEvent notification, CancellationToken cancellationToken)
 {
     await _httpContextService.UpdateContext(notification.AccId, notification.Role, notification.SessionExpired, notification.IssuedOn);
 }