public CompanyConfigController(ICompanyConfigService companyConfigService)
 {
     _companyConfigService = companyConfigService;
 }