public void NotifyAllUsersForNewStoredQueryUpdates()
 {
     _appDataService.ProcessStoredQueries();
     _logger.LogInformation($"ProcessStoredQueries Method in RemoteAppDataService called");
 }