public async Task <ProductAttributeRelationResult> GetAttributeRelationByIdAsync(long id) { var productAttribute = await _productAttributeRepository.GetAttributeRelationByIdAsync(id); return(productAttribute); }