namespace BuildingBlocks.Core.Pagination; using MediatR; public interface IPageQuery : IPageRequest, IRequest where TResponse : class { }