I have this situation that when AbstractMethod method is invoked from ImplementClass I want to enforce that MustBeCalled m
Why can't you just call the method in the AbstractMethod() of Implement class?