public Task <TransactionBlock> FindDexWalletAsync(string owner, string symbol, string provider) { return(StopWatcher.TrackAsync(() => _store.FindDexWalletAsync(owner, symbol, provider), StopWatcher.GetCurrentMethod())); }