public LatencyResponse ProcessHA_ESBLatency(LatencyRequest objRequest) { try { { objLatencyResponse.LatencyGrid = objclsDashboard.Get_HA_ESBLatencyReport(objRequest.DateTime); return(objLatencyResponse); } } catch (Exception) { return(objLatencyResponse); } finally { objLatencyResponse = null; objclsDashboard = null; } }