| Overload | Description |
|---|---|
| GetRequiredServiceNonNull(IServiceProvider,Type) | Gets the required service object of the specified type. |
| GetRequiredServiceNonNull<TService>(IServiceProvider) | Gets the required service object of the specified type, casting it to the same type. |