public async Task <ActionResult <WorkoutDto> > GetWorkout(int id) { return(await _workoutService.GetWorkoutDtoAsync(id)); }