public TelemetryControllerTests()
        {
            var context = new TelemetryJSONContext();

            _repo       = new TelemetryRepository(context);
            _controller = new TelemetryController(_repo);
        }
        public TelemetryRepositoryTests()
        {
            var context = new TelemetryJSONContext();

            _repo = new TelemetryRepository(context);
        }