public AuthResponse Enroll(string stateToken, Factor factor) { return(_authclient.Enroll(stateToken, factor)); }