public SiteConfigurationService(ISiteConfigurationRepository repository)
 {
     _deskotPortals = repository.Read();
 }