public LocustIdentityOptions()
 {
     PasswordValidatorOptions       = new PasswordValidatorOptions();
     UserManagerOptions             = new UserManagerOptions();
     UserValidatorOptions           = new UserValidatorOptions();
     PhoneOptions                   = new PhoneOptions();
     EmailOptions                   = new EmailOptions();
     CookieAuthenticationOptions    = new CookieAuthenticationOptions();
     TwoFactorAuthenticationOptions = new TwoFactorAuthenticationOptions();
     ExternalAuthenticationOptions  = new ExternalAuthenticationOptions();
     ThirdPartyOptions              = new LocustThirdPartyOptions();
 }
 public void Dispose()
 {
     ThirdPartyOptions = null;
 }