Dice (lightweight Dependency Injection Container) was used as IoC container.
In index.php DI rules are applied and application entity is created
To demonstrate how to get different implementations of ProductServiceInterface - ProductsFilter and ProductsGetter helpers have been created.