public async Task <bool> Register1Async(RegisrationRequest req)
 {
     //RegistrationManager.
     return(await _registrationManager.TesterAsync(true, new UserRecord(req.UserName, req.FirstName + "/" + req.LastName, req.Email, req.PhoneNumber, req.EncryptedPassword, 1, "Customer", "salty", 0, "", 0, 0, 0, 0, 0)).ConfigureAwait(false));
 }