public async Task <IEnumerable <T> > QueryAsync <T>(IQueryCollection <T> query) { return(await query.ExecuteAsync(_context)); }