private Receivable(Guid id, Money amount) : base(id) { this.auditTrail = AuditTrail.GetCurrent(); this.isSuspended = true; this.amount = amount; }