public WorkoutViewModel Get(int workoutId) { var workout = Map(_workoutService.GetWorkout(workoutId)); return(workout); }