public void TestMedia() { var retorno = _seguroServices.GetMedia(); Assert.NotNull(retorno); Assert.IsTrue(retorno > 0); }