I build a Blazor Web App. If I want other applications to use this application as a module, how is it possible? My understanding is I deploy this project indivisually and other applications make a call to this application, but the concern is how to get the database connection string depending on the application making call to this application. Or is it better to add project to all applications using it?