# Dependency Injection

In the composer - register the Interface with the Service.&#x20;

```
 composition.Register<IEventsService, EventService>(Lifetime.Request);
```
