/// <summary>Invoked prior to calling the authorization endpoint in PingFederate</summary>
 /// <param name="context">The context</param>
 /// <returns>A <see cref="Task"/> representing the completed operation.</returns>
 public virtual Task Authenticating(PingFederateAuthenticatingContext context)
 {
     return(this.OnAuthenticating(context));
 }
 /// <summary>Invoked prior to calling the authorization endpoint in PingFederate</summary>
 /// <param name="context">The context</param>
 /// <returns>A <see cref="Task"/> representing the completed operation.</returns>
 public virtual Task Authenticating(PingFederateAuthenticatingContext context)
 {
     return this.OnAuthenticating(context);
 }