public FarmacieService(Cache<Farmacia> c)
        {
            //regioniScaricate = new List<Regione>();
            ogdiConsumer = new OgdiConsumer()
            {
                DatasetUrl = "http://opendatasalutedata.cloudapp.net/v1/datacatalog/Farmacie/"
            };

            this.cache = c;
        }
 private void InitService()
 {
     ogdiConsumer = new OgdiConsumer()
     {
         DatasetUrl = "http://opendatasalutedata.cloudapp.net/v1/datacatalog/Farmacie/"
     };
 }