public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
public override Task UserInformationReceived(UserInformationReceivedContext context) { return base.UserInformationReceived(context); }