public async Task <IEnumerable <ChangeLog> > GetChangeLogAsync(
     [Service] IChangeLogService service,
     [Parent] ApplicationPart applicationPart,
     CancellationToken cancellationToken)
 => await service.GetByApplicationPartId(applicationPart.Id, cancellationToken);