public SettingsEntity GetFor(IClassifiable entity)
 {
     return(settingsRepo.GetOrCreate(entity));
 }