public async Task <IActionResult> DeleteReward([FromRoute] int id) { await _rewardService.DeleteRewardAsync(id); return(NoContent()); }