public async Task <List <T> > SelectAllAsync()
 {
     QueriesCount++;
     return(await CurrentWorkSet.ToListAsync());
 }