public Task UpdateSelectedPriceState(string sku, int priceId) { return(_priceRepository.ChangeActiveState(sku, priceId)); }