namespace SIGCM2.Application.Abstractions; public interface IQueryHandler { Task Handle(TQuery query); }