internal void ApplyInternal(NoteEnriched enriched) { StatsApplied = enriched.When; Stats = enriched.Stats; }
internal void Apply(NoteEnriched enriched) { this.StatsApplied = enriched.When; this.Stats = enriched.Stats; }
protected void ApplyInternal(NoteEnriched enriched) { this.State.Apply(enriched); }