public void GetUrlTest()
 {
     var    tokenMock = "qsdqsDfqfsqfzz54fqsdq";
     string url       = ApiUrlHelper.GetPlacesGetUrl(tokenMock);
 }