public async Task AddNewLoggedUser([FromBody] LoggedUserDTO user) { await _redisService.AddNewLoggedUser(user); }