public IEnumerable <TopMrsRsrp> GetTopMrs(DateTime topDate)
 {
     return(_service.GetTopMrsRsrps(topDate));
 }