public IActionResult Get(string username) { return(Ok(_repository.GetAllExerciseInstancesByUser(username))); }