I have a need to inject a dependency into my DbContext Class for my project. I am trying to do this in a way that follows "Clean Architecture". ...I need to be able to use the DbContext's empty constructor and still reference the connection string from a...