How to bootstrap an app when that app's configuration is dependent on IOptions<T>
Have you ever needed to have configuration values available from your app settings during your application bootstrapping? Well, look no further on one of the ways to do it!
https://blog.kritner.com/2020/03/13/how-to-rely-on-configuration-during-application-bootstrapping/