namespace EnvelopeGenerator.Application.DocStatus.Commands; /// /// /// public record CreateDocStatusCommand : ModifyDocStatusCommandBase { /// /// Gets timestamp when this record was added. Returns the StatusChangedWhen value. /// public DateTime AddedWhen => StatusChangedWhen; }