public StorageHealthCheck(IAnuncioStorage service)
 {
     _service = service;
 }
 public AnuncioController(IAnuncioStorage storage, IConfiguration configs)
 {
     _storage = storage;
     _configs = configs;
 }