using MediatR; namespace BuildingBlocks.Core.CQRS; public interface IQuery : IRequest where T : notnull { }