public ProductOptions GetOptions(Guid productId) { ValidateProductExists(productId); return(_productOptionService.GetProductOptionsForProduct(productId)); }