public async Task <ActionResult> DeleteSet(int exerciseId, int setId) { await _service.DeleteSet(exerciseId, setId); return(Ok()); }