public void GivenMeterIdThatDoesNotExistShouldReturnNull()
 {
     Assert.Empty(meterReadingService.GetReadings("unknown-id"));
 }