public void FlushCache()
 {
     _redisConnectionFactory.Client.FlushDbAsync();
     _redisConnectionFactory.FlushDatabaseNode();
 }