public async Task set_gas_price_should_return_true() { const string type = "test"; var result = await _rpc.ndm_setGasPrice(type); result.Data.Should().BeTrue(); await _gasPriceService.Received().SetAsync(type); }