public void ReadAllCitiesFromJsonFile() { Assert.NotEmpty(_dataJson.All()); }
public List <City> Cities() { return(_dataLayerDataSource.All()); }