```rust #[Service] #[prototype] struct ExampleService{ #[inject(component)] db: DbConnet, #[inject(config)] cfg: CustomConfig } ```