public Task<MfaConnectionDto> CreateMfa(
MfaConnectionDto mfaConnection,
AccountDto createdBy,
string ipAddress,
CancellationToken cancellationToken = default
)| ArgumentNullException | Thrown if mfaConnection or createdBy was |
| ArgumentException | Thrown if ipAddress is IsNullOrWhiteSpace(String) |
| ResourceInvalidStateException | Thrown if mfaConnection is in an invalid state. |