public virtual async Task <PageData <T> > FindPageAsync(GetT input, PageRequest page) => await Repository.FindPageAsync(GetQuery(input), page);