public void TestGetProfile()
        {
            var result = _repo.GetSellerProfile(1);

            Assert.IsNotNull(result);
        }