public static EntityRoutedEvent Register(EntityRoutedEventType type) { return(new EntityRoutedEvent() { Type = type }); }
public static EntityRoutedEvent Register(EntityRoutedEventType type) { return new EntityRoutedEvent() { Type = type }; }