public static CourseCreatedDomainEvent Random() { return(Create(CourseIdMother.Random(), CourseNameMother.Random(), CourseDurationMother.Random())); }
public static Course FromRequest(CreateCourseCommand request) { return(Create(CourseIdMother.Random(), CourseNameMother.Random(), CourseDurationMother.Random())); }