public BaseService() { try { SessionConfig.RegisterSessions(); SettingsConfig.RegisterConfigurations(); } catch (Exception ex) { throw new Exception("معلش", ex); } }