public object answer(fflib_InvocationOnMock invocation)
 {
     actualInvocation = invocation;
     List<object> emptyList = invocation.getArguments();
     System.assertEquals(0, emptyList.size(), "the argument list from a method without arguments should be empty");
     return null;
 }