public ConcludeAuthenticationRequest(IAppKeys appKeys) { _appKeys = appKeys; }
public BeginAuthenticationRequest(IAppKeys appKeys) { _appKeys = appKeys; }