the EventSourceManager interface defines a method that looks lika an internal one: ```java Optional<EventSource> deRegisterCustomResourceFromEventSource(...); ``` It looks like the only usage, is an internal implementation detail of the `DefaultEventSourceManager` so it may be safe to remove it.