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