public ESBLatencyResponse ProcessESBLatency(ESBLatencyRequest objRequest)
 {
     try
     {
         if (objRequest.LatencyType == null || objRequest.LatencyType == "ESBLatencyReport")
         {
             objESBLatencyResponse.ESBLatencyGrid = objclsDashboard.GetESB_Latency_Report(objRequest.Sdattime, objRequest.Edattime);
             return(objESBLatencyResponse);
         }
         return(objESBLatencyResponse);
     }
     catch (Exception)
     {
         return(objESBLatencyResponse);
     }
     finally
     {
         objLatencyResponse = null;
         objclsDashboard    = null;
     }
 }