}
@Test
public void testCustomPrimitiveTyperefKey()
{
MyCustomString m1 = new MyCustomString("1");
MyCustomString m2 = new MyCustomString("2");
MyCustomString m3 = new MyCustomString("3");
Map<MyCustomString, Greeting> recordTemplates = new HashMap<MyCustomString, Greeting>();
Map<MyCustomString, ErrorResponse> errorResponses = new HashMap<MyCustomString, ErrorResponse>();
recordTemplates.put(m1, buildGreeting(1L));