Beispiel #1
0
 public Task <ServiceBlock> FindServiceBlockByIndexAsync(long index)
 {
     return(StopWatcher.TrackAsync(() => _store.FindServiceBlockByIndexAsync(index), StopWatcher.GetCurrentMethod()));
 }