using FluentResults; using MediatR; namespace NexusReader.Application.Abstractions.Messaging; public interface IQuery : IRequest> { }