public RestClientImage()
 {
     endPoint     = string.Empty;
     theUrl       = string.Empty;
     key          = "https://www.pida.io/data/";
     responseType = "?format=json";
     httpMethod   = HttpThings.GET; // Continuar
 }
 public RestClientClass()
 {
     endPoint   = string.Empty;
     key        = "http://www.omdbapi.com/?apikey=b509d3ec&";
     httpMethod = HttpThings.GET;
 }