public void DeleteRequestDemo()
 {
     StartCoroutine(WebRequest.DeleteRequest(url.text));
 }