namespace SIGCM2.Application.Abstractions; public interface IDispatcher { Task Send(TCommand command); }