public void Delete(Telemetry telemetry)
 {
     _rallyDbContext.Remove(telemetry);
     _rallyDbContext.SaveChanges();
 }