public void When(ChangeProjectOutcome cmd) { ChangeAgg(cmd.Id, agg => agg.ChangeProjectOutcome(cmd.ProjectId, cmd.Outcome, _time)); }