namespace SIGCM2.Application.Abstractions; public interface ICommandHandler { Task Handle(TCommand command); }