public async System.Threading.Tasks.Task SmokeTestAsync()
        {
            var res = await _dataRetriever.GetRepositoriesByCity("stockholm");

            Assert.NotNull(res.Value);
        }