public async Task DeleteAsync(EntityId id)
 {
     await _repository.DeleteAsync(id);
 }