public async Task Execute(IJobExecutionContext context) { _logger.LogInformation("Synchronization process started"); await _synchronizer.SynchronizeWalletsAsync().ConfigureAwait(false); _logger.LogInformation("Synchronization process completed"); }