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