public virtual async Task <IReadOnlyCollection <T> > FindQueryAsync(GetT input) => await Repository.FindQuery(GetQuery(input)).ToListAsync();