public EventRegistrationData(EntityData source, string eventName) { Source = source; Name = eventName; }
public MethodCallData(EntityData target, string methodName) { Target = target; Name = methodName; }