using MediatR; namespace Femto.Common.Domain; public interface ICommand : IRequest; public interface ICommand : IRequest; public interface ICommandHandler : IRequestHandler where TCommand : ICommand; public interface ICommandHandler : IRequestHandler where TCommand : ICommand;