public Task DisableCompanyTwoFactorAuthentication(
CompanyDto company,
UserSessionData disableBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user disableBy did not have the correct permissions |
| ArgumentNullException | Thrown if company or disableBy was |