@Test
  public void testDelete() {

    LifeServiceService userInfoService = new LifeServiceService();

    userInfoService.delete(1);
  }