public TimersSettingsService(ITimersSettingsRepository timersSettingsRepository)
 {
     _timersSettingsRepository = timersSettingsRepository;
     _cache = new InMemoryCache <TimersSettings>(settings => CacheKey, false);
 }