public Dictionary <string, Object> GetProductSafetyCount(string detailSpec, string productGuid)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiGetProductSafetyCount(detailSpec, productGuid);
         return(dic);
     }
     catch (Exception e)
     {
         return(null);
     }
 }