using MediatR; namespace BuildingBlocks.Core.CQRS; public interface ICommand : ICommand { } public interface ICommand : IRequest where T : notnull { }