@Test
  public void testPersistPointOfInterestWithNullValueShouldNotCrash() {
    dataBaseSource.persisPointOfInterest(null);

    Assert.assertTrue(true);
  }