public async Task <decimal> GetCurrentGoldPrice() => _queryDispatcher.RunQuery <GetCurrentPriceOfGoldQuery, decimal>( new GetCurrentPriceOfGoldQuery());