public void PostToList([FromBody] DrinkDTO value) { _service.AddDrinkToList(value, User.Identity.Name); }