namespace PlanTempus.Core.CommandQueries; public interface ICommand { Guid CorrelationId { get; set; } Guid TransactionId { get; set; } }