private async Task WhenTheNodeIsDeleted <TNode>(Field field)
 {
     await _repository.DeleteNode <TNode>(field);
 }