public SkuController(ISkuAppService skuAppService)
 {
     _skuAppService = skuAppService;
 }