public IActionResult GetAllInformationByUser(string mail)
 {
     logger.LogInformation("GetAllInformationByUser controller");
     return(Ok(informationService.GetAllInformationByUser(mail)));
 }