public TokenBasedAccessPlugin()
 {
     _store = new AccessTokenDataStore();
     _notifications = new SmtpNotificationService();
 }
 public AccessTokenCleanupJob()
 {
     _store = new AccessTokenDataStore();
     IsStoppable = true;
 }