public void Deve_Editar_Registro_POA()
        {
            fixture = ObtenhaCabecalho(alteracao: true);

            var postResult = TesteBase.ExecutePutAsync(fixture, obterUrlPut(1), ObtenhaObjetoEnvio());

            Assert.True(postResult.IsSuccessStatusCode, postResult.Content.ReadAsStringAsync().Result);
        }