public IActionResult GetSPById(string id)
        {
            var result = CCServiceClient.GetServicePackById(id);

            return(Ok(result));
        }