public NeoApiAssetService(IClient client) : base(client)
 {
     GetAssetState = new NeoGetAssetState(client);
 }
        public override async Task <AssetState> ExecuteAsync(IClient client)
        {
            var assetState = new NeoGetAssetState(client);

            return(await assetState.SendRequestAsync(Settings.GetGoverningAssetHash()));
        }