public void Handle(RemoverPedidoCommand command)
 {
     _repository.DeleteByField("ID", command.ID);
 }