protected override async Task DoWork()
        {
            var gasPrice = await EthereumObserver.GetCurrentGasPrice();

            await EthereumWriter.UpdateMaxGaxPrice(gasPrice);
        }