public Task LockDevice(
DeviceDto device,
UserSessionData lockedBy,
bool isImplicitLock,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user lockedBy did not have the correct permissions |
| ArgumentNullException | Thrown if device or lockedBy was |