public static CoursesCounter Random() { return(Create(CoursesCounterIdMother.Random(), CoursesCounterTotalMother.Random(), Repeater <CourseId> .Random(CourseIdMother.Random).ToList())); }
public static CoursesCounterIncrementedDomainEvent Random() { return(Create(CoursesCounterIdMother.Random(), CoursesCounterTotalMother.Random())); }