using Application.Jobs;
var fixedPriceOrderProcessorService = Activate<FixedPriceOrderProcessorService>();
await fixedPriceOrderProcessorService.ProcessOrdersAsync(
FromJson<PricingRateSnapshot>("{\"PriceSourceId\":\"019ab411-f522-77e6-b162-c630d6a26dd4\",\"SourceCurrencyId\":\"019ab40f-9339-72b4-991a-a73dbb660392\",\"SourceCurrency\":1,\"DestinationCurrencyId\":\"019ab40f-9303-70fa-92f5-0fbbf927c578\",\"MarketPrice\":18988000.0000000000,\"PriceEpoch\":1786479185000,\"BrokerId\":\"019ab40f-93a3-7a91-9f07-b494ff784302\",\"TomanGoldRate\":18988000.0000000000}"),
null);