Replace static logic with dependency injection
Fusion previously relied on static logic because it was the first package. Now that the Box DI container package is available, there is no need for static proxies anymore. All functionality should be accessed via dependency injection, improving testability and maintainability.
Edited by Sergej Willmann