public void TestGetProfile()
        {
            var result = _repo.GetProfileBuyer(489);

            Assert.IsNotNull(result);
        }