public IActionResult GetPromotion(string IdPromotion) => Ok(promotionsService.GetPromotion(HttpContext.User, new Guid(IdPromotion)));