public void Find_GoodFilter_OK() { object pkFields = new { IdCliente = 16 }; Clientes result = instance.Find(pkFields); Assert.NotNull(result); }