using MediatR; namespace Femto.Common.Domain; public interface ICommand : IRequest; public interface ICommand : IRequest;