IAccountPoolService
Gets or sets a value indicating whether the pooled accounts will be cleaned up when no longer in the current session.
The default value is false.
Gets or sets the standard account email format.
The default value is "atuser{0}@mail.com".
Gets or sets the standard account first name format.
The default value is "AT {0}".
The default groups are [GroupNames.SystemAdministrators](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.GroupNames.html#Relativity_Testing_Framework_Models_GroupNames_SystemAdministrators), [GroupNames.DomainUsers](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.GroupNames.html#Relativity_Testing_Framework_Models_GroupNames_DomainUsers), and [GroupNames.Everyone](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.GroupNames.html#Relativity_Testing_Framework_Models_GroupNames_Everyone).
Gets or sets the standard account last name format.
The default value is "User".
Gets or sets the standard account type.
The default value is "Internal".
Acquires a user from the account pool.
Will create a user if there are none left in the account pool.
Users are created based on the StandardAccount properties that have been set.
Acquires a user from the account pool, but will forcibly delete and recreate it first.
Will create a user if there are none left in the account pool.
This should be used over AcquireStandardAccount when the account might already exist, and you do not know what the password for it is.
Prepares (creates if there are no existing) the specified count of standard accounts.
Users are created based on the StandardAccount properties that have been set.