public void ExcluirTag(Project projeto, string idDaTag) => _servicoCognitivoDeVisaoPersonalizadaTreinamento.DeleteTag(projeto.Id, new Guid(idDaTag));