public async Task <IEnumerable <ReadingModel> > Get(int locationId)
 {
     return(await _readingsRepository.GetReadingsForLocation(locationId));
 }