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