public ApprenticeshipBuilder(CohortBuilder cohortBuilder) { CohortBuilder = cohortBuilder; Id = IdentityHelpers.GetNextApprenticeshipId(); Started = ApprenticeshipStartedOption.Random; Stopped = ApprenticeshipStopOption.NotStopped; Cost = 2000; }