private async Task <bool> AttributeExists(int productId, int FeatureAttributeId) { return(await _productAttributeService.Exists(productId, FeatureAttributeId)); }