public HostPerformanceResponse GetServerPerformanceStatus() { try { return(_client.GetHostPerformance()); } catch { return(null); } //var ps = _farmsvc.GetProjectStatusListAndCaptureExceptions(_location, null); //return ps.StatusAndServerList.Select(sos => sos.ProjectStatus); }