@Test
 public void equals() throws Exception {
   templateId.equals(new Object());
   templateId.equals(templateId);
   templateId.hashCode();
 }