public User GetUser([FromBody] string tokenstring)
 {
     return(_jwtAuthService.GetLoggedUser(tokenstring));
 }