public Exercise GetExercise()
 {
     return(_exerciseFactory.CreateInitialExercise());
 }