public void Construct(IRoutine routine) { routine.WakeUp(); routine.GoToSchool(); routine.ListenToMusic(); routine.Sleep(); }