public void setWorkoutParticipants(
     final User user, final Long workoutId, final String[] participants)
     throws AccessDeniedException {
   workoutStore.setWorkoutParticipants(user, workoutId, participants);
 }