public async Task <IActionResult> GetExtendedProductSizeInfoByAllId(Guid colorId, Guid sizeId, Guid productId)
 {
     return(Ok(await productSizeService.GetExtendedProductSizeInfoByAllId(colorId, sizeId, productId)));
 }