public Task <IReadOnlyList <ILykkeEntity> > GetAsync()
 {
     return(_redisService.GetLykkeEntitiesAsync());
 }