public static List <ServiceDetailsInfo> GetServiceDetails(string servicekey, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ServiceDetailsInfo> lstServiceDetail = AspxServiceProvider.GetServiceDetails(servicekey, aspxCommonObj);
         return(lstServiceDetail);
     }
     catch (Exception e)
     {
         throw e;
     }
 }