public EFCoreRepositoriesModule(EFCoreInfrastructureConfigurationSection configurationSection)
 {
     this.configurationSection = configurationSection;
 }
 public EFCoreProjectionsModule(EFCoreInfrastructureConfigurationSection configurationSection)
 {
     this.configurationSection = configurationSection;
 }