public Usuario AlterarPrimeiroAcesso(Guid usuarioId) { return(_usuarioRepositorio.AlterarPrimeiroAcesso(usuarioId)); }