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