public void Process(AccountsPipelineArgs args)
 {
     _accountTrackerService.TrackLogout(args.UserName);
 }