public LteRru Get(string cellName)
 {
     return(_service.QueryRru(cellName));
 }