public async Task <User> Register(Tourist tourist, LoginData loginData) { return(await ValidateUser.ValidateRegisterAsync(tourist, loginData)); }