CreateActorMethod typedef
        CreateActorMethod =
     ActorMethod Function(Actor actor, String methodName, Func func)
    
    
    
Implementation
typedef CreateActorMethod = ActorMethod Function(
  Actor actor,
  String methodName,
  Func func,
);