public CommandResult AddPromotion(string id, ProductPromotionCommand command) { var result = _handler.AddPromotion(command); return(result); }