///<inheritdoc/>
 protected override async Task <User> GetEntityByKeyAsync(UserDto dto, CancellationToken cancellationToken = default)
 => await _dmn.GetByKeyAsync(dto.Id, cancellationToken);